DescribePropertyScheduleConfig
Description
obtain the update cycle configuration of host asset information.
Request Method
POST
Request Path
/apsara/route/aegis/DescribePropertyScheduleConfig
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
Type | BODY | string | No | No sample value for this parameter. | Host asset information type, value: scheduler_account_period: indicates user information refresh cycle scheduler_port_period: indicates the port information refresh period scheduler_process_period: indicates the process information refresh period scheduler_software_period: indicates the application software information refresh cycle |
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
RequestId | string | no demo value | request ID. |
Config | string | no demo value | refresh interval, in hours. |
Example
Successful Response example
{
"RequestId":"no demo value",
"Config":"no demo value"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}